MINESWEEPER

v1.0   2013-12-09
-original version

v1.1   2013-12-10
-clicking outside of "Choose Difficulty Level?" choice box defaults to "Beginner - 10 mines"
-code cleanup - use of list (thanks Cyrille de Brbisson)

v1.2   2013-12-11
-fixed bug where counting number of bombs did not count bombs marked with a question mark "?"
-when automatically "pressing" adjacent squares with zero adjacent mines it no longer "presses" the square if flagged
-code cleanup - use of makelist (thanks Cyrille de Brbisson)

v1.2.1   2013-12-11
-added "Press any key." text
-moved mine counter

v1.3   2013-12-13
-fixed bug where pressing Enter before a square is highlighted caused program to crash

v1.4   2014-12-06
-you must press a key to get past "Press any key.", it no longer times out or gets bypassed when you use the screen instead of the keyboard to play
-bomb count numbers are displayed in standard format regardless of what format the calculator is set at

v1.4.1   2014-12-07
-fixed bug introduced in v1.4 where a negative bombcount caused program to crash

v1.4.2   2015-06-23
-stopped working in firmware "2015 06 17 (8151)" due to CURSOR now being a keyword, I renamed my CURSOR function

v1.4.3   2016-04-27
-stopped working in firmware "2016 04 14 (10077)" due to IREM function no longer accepting a variable named int, I renamed the variable to integer
-renamed my INTTOCHAR function DIGITTOCHAR

v1.4.4   2018-07-28
-stopped working in firmware "2.0.0.13865 (2018 07 06)" due to INDEX now being a keyword, I renamed my INDEX variable
-removed unnecessary variable